home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / pascal / tmouse.com / TPPDMOUS.DOC next >
Encoding:
Text File  |  1990-01-11  |  920 b   |  23 lines

  1. TPPDMOUS.PAS                        11:38:21 PM  Jan 11, 1990
  2.  
  3. Mouse support for Turbo Pascal Applications
  4.  
  5. Copyright January 1990 -- Ken Henderson
  6.  
  7. This little unit simply translates mouse movements or buttons into their
  8. equivalent keystrokes.  It requires TpMouse from TurboPower Software
  9. and adds mouse support to any program, since it simply translates mouse
  10. movements or pressed buttons into keys and pokes them into the keyboard
  11. buffer via TpCrt.StuffKey.  You may set both the speed and the default
  12. button-to-key translations.  Uses statement must list TpMouse first.
  13.  
  14. This unit is distributed as "freeware" and you are under no
  15. obligation to me for using it.  I only ask that you leave my
  16. copyright notices in tact and that if you redistribute this
  17. software (either by electronic or other means) you keep the
  18. files here together and do not omit any of them.
  19.  
  20. Happy mousing!
  21.  
  22. Ken Henderson
  23.